Get-CimInstance Win32_Process | Where-Object { $_.CommandLine -like '*_remote-delete-watcher.ps1*' } | ForEach-Object { Stop-Process -Id $_.ProcessId -Force }
powershell -ExecutionPolicy Bypass -File .\_remote-delete-watcher.ps1